home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / lueburg.arc / LUT18.DOC < prev    next >
Text File  |  1984-08-27  |  896b  |  36 lines

  1.  
  2. LUT Command
  3. -----------
  4.  
  5. Purpose:   Displays the directory of one or more library (LBR)
  6.        files which were created by the  LU or LAR utility.
  7.  
  8. Format:    LUT  [d:][path]filename[.ext]
  9.  
  10. Remarks:   If no operands are supplied, all files with an
  11.        extension of LBR in the current path are listed.
  12.        Global filename characters * and ? are allowed in
  13.        the filename and extension.
  14.  
  15. Examples:
  16.     1) List directory of all LBR files on drive B
  17.         LUT B:
  18.  
  19.     2) List directories of all LBR files on current drive
  20.         LUT
  21.  
  22.     3) List all LBR directories of filenames beginning with XYZ
  23.         LUT XYZ?????.LBR
  24.  
  25.  
  26. Notes:       Written by Vernon Buerg for public domain use.
  27.         For DOS 2.0 or later.
  28.  
  29.        Version 1.6, July 11, 1984.
  30.        Version 1.7, August 8, 1984.
  31.         Ignore CRC bytes in directory.
  32.             Use memory allocation functions.
  33.         Checks for DOS 2.
  34.  
  35. ----------
  36.